home *** CD-ROM | disk | FTP | other *** search
/ MacFormat UK 164 - Disc 2 / MF_UK_164_2.iso / DiscContents / Games / Football Manager 2006 / Install Mac FM2006 Gold Demo.dmg / FM2006 Gold Demo / data / panels / edit schedules.xml < prev    next >
Encoding:
Extensible Markup Language  |  2005-09-25  |  2.5 KB  |  71 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE container SYSTEM "http://www.sigames.com/dtds/container.dtd">
  3.  
  4. <panel title="Edit Schedules" id="escd">
  5.  
  6.     <!-- stick all items to width of box -->
  7.     <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" />
  8.     <layout class="arrange_vertical_attachment" alignment="bottom,extend" />
  9.  
  10.     <!-- table containing schedules -->
  11.     <widget class="table" id="shtb" mode="fill_rows, select_rows, select_multiple, show_bullets" layout="-1">
  12.     
  13.         <flags id="scroll_bar_class" value="scroll_bar_vertical_blue" />
  14.         
  15.         <record id="select_event">
  16.             <flags id="event_id" value="slrw" />
  17.             <flags id="dialog_event" value="true" />
  18.         </record>
  19.     </widget> <!-- table -->
  20.     
  21.     <!-- row of buttons -->
  22.     <widget class="group_box" id="btns">
  23.         <layout class="fit_children_attachment" alignment="vertical"/>
  24.         <layout class="arrange_horizontal_attachment" alignment="left,extend" />
  25.         <layout class="stick_to_sides_attachment" alignment="vertical" inset="0" layout_children="true" />
  26.         <widget class="group_box">
  27.             <layout class="arrange_horizontal_attachment" alignment="left" />
  28.             <layout class="stick_to_sides_attachment" alignment="bottom" layout_children="true" />
  29.             <layout class="fit_children_attachment" alignment="horizontal,fill" />
  30.             <layout class="fit_children_attachment" alignment="vertical"/>
  31.  
  32.             <!-- import button -->            
  33.             <widget class="action_button_blue" id="impo" text="Import" fixed="true" auto_size="all">
  34.                 <record id="click_event">
  35.                     <flags id="event_id" value="impo" />
  36.                     <flags id="dialog_event" value="true" />
  37.                 </record>
  38.             </widget>
  39.             
  40.             <!-- export button -->            
  41.             <widget class="action_button_blue" id="expo" text="Export" auto_size="all">
  42.                 <record id="click_event">
  43.                     <flags id="event_id" value="expo" />
  44.                     <flags id="dialog_event" value="true" />
  45.                 </record>
  46.             </widget>
  47.  
  48.             <!-- delete button -->            
  49.             <widget class="action_button_blue" id="dele" text="Delete" auto_size="all">
  50.                 <record id="click_event">
  51.                     <flags id="event_id" value="dele" />
  52.                     <flags id="dialog_event" value="true" />
  53.                 </record>
  54.             </widget>
  55.  
  56.             <!-- rename button -->            
  57.             <widget class="action_button_blue" id="rena" text="Rename" auto_size="all">
  58.                 <record id="click_event">
  59.                     <flags id="event_id" value="rena" />
  60.                     <flags id="dialog_event" value="true" />
  61.                 </record>
  62.             </widget>
  63.         </widget>
  64.         
  65.         <!-- row of buttons -->
  66.         <container id="btns" file="edit schedules buttons"/>
  67.  
  68.     </widget>
  69.  
  70. </panel>
  71.